From a336652308b0fe7d5e14876ae1c21b1c811ab0f7 Mon Sep 17 00:00:00 2001 From: Matteo Bachetti Date: Sat, 20 Apr 2024 08:48:57 +0200 Subject: [PATCH] Add scripts to reproduce plots --- .gitignore | 4 ++++ hashestobenchmark.txt | 5 +++++ script.sh | 3 +++ 3 files changed, 12 insertions(+) create mode 100644 hashestobenchmark.txt create mode 100644 script.sh diff --git a/.gitignore b/.gitignore index 68bc17f..78b2b80 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ +html/ +results/ +stingray/ + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] diff --git a/hashestobenchmark.txt b/hashestobenchmark.txt new file mode 100644 index 0000000..a8ca47a --- /dev/null +++ b/hashestobenchmark.txt @@ -0,0 +1,5 @@ +4a288222d350d3d8b0 +1bd574a284dfe60177e331 +50e19448fccd2d3d2812cc +bdc25cdbf249f37fce05eb +406853987def5e69bef47 diff --git a/script.sh b/script.sh new file mode 100644 index 0000000..94fdcc2 --- /dev/null +++ b/script.sh @@ -0,0 +1,3 @@ +asv run "--merges main" --steps 100 --skip-existing-successful +asv run HASHFILE:hashestobenchmark.txt --skip-existing-successful +asv show; asv publish; asv preview