1
0
Fork
You've already forked benchmarks
0
No description
  • Makefile 48.4%
  • Scheme 38.4%
  • Shell 13.2%
Find a file
2026年05月23日 09:57:53 +03:00
assets Adding the basics of running benchmarks 2026年05月23日 09:12:22 +03:00
benchmarks/srfi-180-1mb-json Adding the basics of running benchmarks 2026年05月23日 09:12:22 +03:00
reports Adding the basics of running benchmarks 2026年05月23日 09:12:22 +03:00
.gitignore Adding the basics of running benchmarks 2026年05月23日 09:12:22 +03:00
Dockerfile.benchmark Adding the basics of running benchmarks 2026年05月23日 09:52:08 +03:00
hardware_information.sh Adding the basics of running benchmarks 2026年05月23日 09:12:22 +03:00
Jenkinsfile Adding the basics of running benchmarks 2026年05月23日 09:57:53 +03:00
Makefile Adding the basics of running benchmarks 2026年05月23日 09:22:26 +03:00
README.md Adding the basics of running benchmarks 2026年05月23日 09:12:22 +03:00
report.scm Adding the basics of running benchmarks 2026年05月23日 09:12:22 +03:00

Running benchmarks on your machine:

make SCHEME=chibi BENCHMARK=srfi-180-1mb-json run

Running benchmarks in docker:

make SCHEME=chibi BENCHMARK=srfi-180-1mb-json run-docker