https://github.com/d5/tengobench
Benchmarks for Tengo Language
https://github.com/d5/tengobench
Last synced: about 1 year ago
JSON representation
Benchmarks for Tengo Language
- Host: GitHub
- URL: https://github.com/d5/tengobench
- Owner: d5
- License: mit
- Created: 2019-01-12T09:09:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-23T02:13:23.000Z (over 3 years ago)
- Last Synced: 2025-03-25T04:34:32.839Z (over 1 year ago)
- Language: Go
- Homepage: https://tengolang.com
- Size: 19.5 KB
- Stars: 8
- Watchers: 3
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tengo Language Benchmark
For initial setup, run:
```bash
make setup
```
To start the benchmark, run:
```bash
make start
```
You can see all the source codes used in this benchmark in [code](https://github.com/d5/tengobench/tree/master/code) directory.