File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 1
1
[ ![ DOI] ( https://zenodo.org/badge/329595844.svg )] ( https://zenodo.org/badge/latestdoi/329595844 )
2
+ [ ![ Binder] ( https://mybinder.org/badge_logo.svg )] ( https://mybinder.org/v2/gh/ome/ngff-latency-benchmark/master?filepath=notebooks )
3
+ [ ![ Open In Colab] ( https://colab.research.google.com/assets/colab-badge.svg )] ( https://colab.research.google.com/github/ome/ngff-latency-benchmark/ )
2
4
3
5
# OME-NGFF: latency benchmark
4
6
@@ -40,3 +42,4 @@ docker-compose run --rm benchmark -sv
40
42
41
43
This will store both the benchmarking results ('benchmark_data.json') as well as a plotted graph
42
44
('benchmark_plot.png') in the directory along with the input data.
45
+
Original file line number Diff line number Diff line change
1
+ channels :
2
+ - conda-forge
3
+ dependencies :
4
+ - h5py
5
+ - matplotlib
6
+ - numpy
7
+ - pandas
8
+ - pytest
9
+ - request
10
+ - s3fs
11
+ - seaborn
12
+ - tifffile
13
+ - zarr
You can’t perform that action at this time.
0 commit comments