Compare commits
No commits in common. "462dfba485dd90c5dfa4f91d589550d9848cf9c9" and "c2c5c0a677e2e52e9031ab241eb0de61016146b1" have entirely different histories.
462dfba485
...
c2c5c0a677
4 changed files with 7 additions and 16 deletions
|
@ -43,7 +43,7 @@ class HelperFunctions:
|
||||||
|
|
||||||
def sequential_latency():
|
def sequential_latency():
|
||||||
datasets = {'labels': []}
|
datasets = {'labels': []}
|
||||||
with open('assets/benchmarking-dwarfs/data/benchmark-data.csv', 'rt') as f:
|
with open('assets/benchmarking-dwarfs/original-data/benchmark-data.csv', 'rt') as f:
|
||||||
for line in csv.reader(f):
|
for line in csv.reader(f):
|
||||||
fs = HelperFunctions.get_fs(line[0])
|
fs = HelperFunctions.get_fs(line[0])
|
||||||
label = HelperFunctions.get_label(line[1])
|
label = HelperFunctions.get_label(line[1])
|
||||||
|
@ -142,5 +142,3 @@ let config = {
|
||||||
|
|
||||||
title = 'Sequential Read Latency'
|
title = 'Sequential Read Latency'
|
||||||
print(config_code.replace('$title$', title).replace('$timeunit$', largest_time_unit))
|
print(config_code.replace('$title$', title).replace('$timeunit$', largest_time_unit))
|
||||||
print('\nChart.defaults.borderColor = "#eee"')
|
|
||||||
print('Chart.defaults.color = "#eee";')
|
|
||||||
|
|
|
@ -87,8 +87,7 @@
|
||||||
<code>data/bulk.csv</code> for the single and bulk files,
|
<code>data/bulk.csv</code> for the single and bulk files,
|
||||||
respectively.</p>
|
respectively.</p>
|
||||||
<h2 id="results">Results</h2>
|
<h2 id="results">Results</h2>
|
||||||
<p>After processing <a
|
<p>After processing the data with <a
|
||||||
href="/assets/benchmarking-dwarfs/data/">the data</a> with <a
|
|
||||||
href="/assets/benchmarking-dwarfs/process-data.py">this
|
href="/assets/benchmarking-dwarfs/process-data.py">this
|
||||||
script</a> to make it a bit easier, I put the resulting graphs
|
script</a> to make it a bit easier, I put the resulting graphs
|
||||||
in here ↓</p>
|
in here ↓</p>
|
||||||
|
@ -149,7 +148,6 @@
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
let config = {
|
let config = {
|
||||||
type: 'bar',
|
type: 'bar',
|
||||||
data: {
|
data: {
|
||||||
|
@ -170,10 +168,6 @@
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
Chart.defaults.borderColor = "#eee"
|
|
||||||
Chart.defaults.color = "#eee";
|
|
||||||
|
|
||||||
new Chart(ctx, config);
|
new Chart(ctx, config);
|
||||||
</script>
|
</script>
|
||||||
<section id="footnotes"
|
<section id="footnotes"
|
||||||
|
|
|
@ -120,7 +120,6 @@ let data = [
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
let config = {
|
let config = {
|
||||||
type: 'bar',
|
type: 'bar',
|
||||||
data: {
|
data: {
|
||||||
|
@ -141,9 +140,5 @@ let config = {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
Chart.defaults.borderColor = "#eee"
|
|
||||||
Chart.defaults.color = "#eee";
|
|
||||||
|
|
||||||
new Chart(ctx, config);
|
new Chart(ctx, config);
|
||||||
</script>
|
</script>
|
||||||
|
|
6
feed.xml
6
feed.xml
|
@ -5,7 +5,7 @@
|
||||||
<title>eng.askiiart.net</title>
|
<title>eng.askiiart.net</title>
|
||||||
<description>This is the feed for engl.askiiart.net, I guess</description>
|
<description>This is the feed for engl.askiiart.net, I guess</description>
|
||||||
<link>https://askiiart.net</link>
|
<link>https://askiiart.net</link>
|
||||||
<lastBuildDate>Sun, 17 Nov 2024 07:02:04 +0000</lastBuildDate>
|
<lastBuildDate>Sun, 17 Nov 2024 06:45:39 +0000</lastBuildDate>
|
||||||
<item>
|
<item>
|
||||||
<title></title>
|
<title></title>
|
||||||
<link>https://engl.askiiart.net/blog/minimum.html</link>
|
<link>https://engl.askiiart.net/blog/minimum.html</link>
|
||||||
|
@ -26,6 +26,10 @@
|
||||||
<title>OCI Images as a "Filesystem": Vanilla OS</title>
|
<title>OCI Images as a "Filesystem": Vanilla OS</title>
|
||||||
<link>https://engl.askiiart.net/blog/vanilla-os.html</link>
|
<link>https://engl.askiiart.net/blog/vanilla-os.html</link>
|
||||||
</item>
|
</item>
|
||||||
|
<item>
|
||||||
|
<title>Benchmarking and comparing DwarFS</title>
|
||||||
|
<link>https://engl.askiiart.net/blog/benchmarking-dwarfs.html</link>
|
||||||
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<title>Glossary</title>
|
<title>Glossary</title>
|
||||||
<link>https://engl.askiiart.net/glossary.html</link>
|
<link>https://engl.askiiart.net/glossary.html</link>
|
||||||
|
|
Loading…
Reference in a new issue