Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions _assets/author-badges.dat
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
Philip1: green-philip, red-philip
Philip2: purple-philip, green-philip
Julian Samaroo: green-philip
4 changes: 4 additions & 0 deletions _css/franklin.css
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,10 @@ td {
margin: 10px 0;
}

.franklin-content ul li {
font-size:16px;
}

.franklin-content a {
color: #004de6;
text-decoration: none;
Expand Down
1 change: 1 addition & 0 deletions _css/minimal-mistakes.css
Original file line number Diff line number Diff line change
Expand Up @@ -2459,6 +2459,7 @@ th {

.toc {
font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, sans-serif;
font-size: 16px;
color: #7a8288;
background-color: #fff;
border: 1px solid #f2f3f3;
Expand Down
13 changes: 10 additions & 3 deletions news/2022/07/dagger_julius_benchmark.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
using Dates
post_title = "Comments on the Julius Graph Engine Benchmark"
short_descr = "Spurred by a performance benchmark published by Julius Technologies, we lead you through how Dagger's scheduler was optimized to perform more competitively on the benchmark."
post_author = "Philip1"
post_author = "Julian Samaroo"
hascode = true
date = Date(2022, 07, 01)
rss = "Comments on the Julius Graph Engine Benchmark"
Expand All @@ -14,8 +14,15 @@ tags = ["dagger", "benchmarks", "news"]

### Introduction

![Shipping goods over the sea via ocean freighter](https://thumbnails.production.thenounproject.com/GZSNSq5eKQqKDoHfKGOFmb5QT4s=/fit-in/1000x1000/photos.production.thenounproject.com/photos/6D93E0C1-DFF3-410B-8086-214D12A2D362.jpg)
##### Public domain image courtesy of https://thenounproject.com/carolhighsmith/
\\

!["Shipping goods over the sea via ocean freighter."](https://thumbnails.production.thenounproject.com/GZSNSq5eKQqKDoHfKGOFmb5QT4s=/fit-in/1000x1000/photos.production.thenounproject.com/photos/6D93E0C1-DFF3-410B-8086-214D12A2D362.jpg)
~~~
<p style="text-align: center;">
Public domain image courtesy of <a href="https://thenounproject.com/carolhighsmith/">carolhighsmith</a>
</p>
~~~


Scheduling is a hard problem, but it's a necessary evil for modern civilization:

Expand Down