Skip to content

Commit

Permalink
add link
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Apr 25, 2023
1 parent 1e32507 commit 23d3ade
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rebuild_benchmark.sh
Expand Up @@ -62,9 +62,9 @@ lapsed=$SECONDS
echo ''
done
echo ''
echo "The experiment was performed on $(date +%d-%m-%Y)."
echo " There were ${cycles} repetition cycles."
echo " The entire benchmark took ${SECONDS}s."
echo "The experiment [was performed](https://github.com/yegor256/micromap/actions/workflows/benchmark.yml) on $(date +%d-%m-%Y)."
echo "There were ${cycles} repetition cycles."
echo "The entire benchmark took ${SECONDS}s."
} > target/benchmark/table.md

perl -e '
Expand Down

0 comments on commit 23d3ade

Please sign in to comment.