Skip to content

Commit

Permalink
Disable benchmarks until merl-an is rea-dy.
Browse files Browse the repository at this point in the history
Renaming the dockerfile was not actually working.
  • Loading branch information
voodoos committed Jun 11, 2024
1 parent f12b7d8 commit 5426a23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ preprocess:
promote:
dune promote

bench:
bench_disabled:
merl-an benchmark -p /projects/irmin -s 1 --data=merl-an_bench
echo "Top 10 slowest queries:"
jq -s "[ (map(.sample_id |= tostring)) + (map(.sample_id |= tostring)) | group_by(.sample_id)[] | select(length > 1) | add ] | sort_by( .responses[0].timing.clock) | reverse | .[:10]" merl-an_bench/query_responses.json merl-an_bench/commands.json
echo "Benchmark result:"
jq . merl-an_bench/bench.json

.PHONY: all build dev clean test promote bench
.PHONY: all build dev clean test promote bench_disabled
File renamed without changes.

0 comments on commit 5426a23

Please sign in to comment.