diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-09-24 15:13:40 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-09-24 15:13:40 +0200 |
commit | a744f72f15f45818e39848bfa4c03b5af6c2cf9a (patch) | |
tree | e57f22094366612e4a398875bed509e6c35879a4 /artifacts | |
parent | ac4f100da17678435012966c067b14ae266ff278 (diff) | |
download | mknet-a744f72f15f45818e39848bfa4c03b5af6c2cf9a.tar.gz mknet-a744f72f15f45818e39848bfa4c03b5af6c2cf9a.zip |
Bench PutObject with many parallel small obj
Diffstat (limited to 'artifacts')
-rw-r--r-- | artifacts/2022-09-23-warp/plot.R | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/artifacts/2022-09-23-warp/plot.R b/artifacts/2022-09-23-warp/plot.R index f4fec0a..c5a6bb3 100644 --- a/artifacts/2022-09-23-warp/plot.R +++ b/artifacts/2022-09-23-warp/plot.R @@ -19,4 +19,3 @@ ggplot(s, aes(x=value,y=config)) + theme_classic() ggsave("./plot.png", width=200, height=120, units="mm") -1
\ No newline at end of file |