Compare commits

..
1 Commits
Author SHA1 Message Date
Eric Coissac 26026288de refactor(benchmark): consolidate generated artifacts under run/ directory
Release / create-release (push) Successful in 2m34s
Release / build-linux-x86_64 (push) Successful in 8m10s
Release / build-macos-arm64 (push) Failing after 1m19s
Restructure the benchmark pipeline to direct all simulated data, indices, statistics, and query outputs into a unified `run/` directory. Update Makefile targets, shell scripts, and Python utilities to resolve paths relative to this new base. Adjust documentation and dependency tracking to match the revised layout, and remove outdated temporary artifacts.
2026-08-29 00:20:31 +02:00
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1480,7 +1480,7 @@ dependencies = [
[[package]]
name = "obikmer"
version = "1.3.0"
version = "1.2.3"
dependencies = [
"clap",
"csv",
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "obikmer"
version = "1.3.0"
version = "1.2.3"
edition = "2024"
[[bin]]
@@ -11,7 +11,7 @@ path = "src/main.rs"
obikseq = { path = "../obikseq" }
obiread = { path = "../obiread" }
obipipeline = { path = "../obipipeline" }
obisys = { path = "../obisys", default-features = false }
obisys = { path = "../obisys" }
obikindex = { path = "../obikindex", default-features = false }
obikindexer = { path = "../obikindexer" }
obikalgorithm = { path = "../obikalgorithm" }